home *** CD-ROM | disk | FTP | other *** search
/ Tabloid Beauties (Italian) / Saranno famos.iso / DATA / JOANNE.DIR / 00118_Script_118 < prev    next >
Text File  |  1995-03-07  |  247b  |  9 lines

  1. on exitFrame
  2.     put the pathname into temp
  3.     if the machinetype <> 256 then
  4.       put Temp & "SOUNDS:108.mov" into Fname
  5.     else
  6.       put Temp & "SOUNDS\108.mov" into Fname
  7.     end if
  8.     set the filename of cast "QT.MOV" to FName
  9. end